type github.com/jackc/pgx/v5/pgtype.encodePlanTextFloat32

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		float4.go#L121: 			return encodePlanTextFloat32{}
		float4.go#L139: type encodePlanTextFloat32 struct{}
		float4.go#L141: func (encodePlanTextFloat32) Encode(value any, buf []byte) (newBuf []byte, err error) {